home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Workbench / ToolAlias / Source / icon.h < prev    next >
C/C++ Source or Header  |  1997-02-27  |  207b  |  7 lines

  1. /* prototypes from icon.c */
  2. BOOL GetOurIcon(struct WBStartup *WBenchMsg);
  3. void FreeOurIcon(void);
  4. char *TTString(char *name, char *def);
  5. LONG TTInt(char *name, LONG def);
  6. BOOL TTBool(char *name, BOOL def);
  7.